G-Node / G-Node/python-neuroshare

Error

Open
#8 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
16
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Sima>??????
'??????' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Sima>python
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.

import neuroshare as ns
fd = ns.File('C:\Ilya\Data\Plating_28.10.11_balb\3011\a.mcd')
Traceback (most recent call last):
File "", line 1, in
File "C:\WinPython-64bit-2.7.5.1\python-2.7.5.amd64\lib\site-packages\neurosha
re-0.8.5-py2.7-win-amd64.egg\neuroshare\File.py", line 32, in init
(handle, info) = self._lib._open_file (filename)
File "C:\WinPython-64bit-2.7.5.1\python-2.7.5.amd64\lib\site-packages\neurosha
re-0.8.5-py2.7-win-amd64.egg\neuroshare\Library.py", line 114, in _open_file
(fh, file_info) = _capi._open_file (self._handle, filename)
_capi.error: Neuroshare-Error (-3):

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the Windows Python 2.7 traceback using neuroshare.File with the reported .mcd path. Start by reading neuroshare/File.py and neuroshare/Library.py around _open_file, then determine what the Neuroshare-Error (-3) means. Done should include an identified cause and a verified fix or documented resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.