This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 177373 - python debugger ignores virtualenv environment
Summary: python debugger ignores virtualenv environment
Status: RESOLVED DUPLICATE of bug 175876
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: jymen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 08:02 UTC by wiztricks
Modified: 2015-11-08 03:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wiztricks 2009-11-22 08:02:33 UTC
Hi.

I am using Netbeans 6.7.1 with python bundled in.
Project/Properties/Python/Platform set to virtualenv stuff.
Looks properly set if I launch 'Run File' for example.

Now I would like 'Debug File'
Debugger is set to stop at the first line of the program.
'Debug File' stops as expected and debugger windows displays:

[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>> ** click on continue execution **
>>>SOURCE::IMPORTERROR:No module named elixir['Traceback (most recent call last):
/Users/mps/.netbeans/6.7/config/nbPython/debug/nbpythondebug/jpydaemon.py
', '  File "/Volumes/MacOSX_Ext/py_dev/local_tools/lib/tools/new_elxwrapper.py", line 5, in <module>
args =  ['/Users/mps/.netbeans/6.7/config/nbPython/debug/nbpythondebug/jpydaemon.py', 'localhost', '29100']
    from elixir import *
Debug session normal end
', 'ImportError: No module named elixir
']

Do I missed something?
Best regards and many thanks for your works, I love it
- W
Comment 1 Lou Dasaro 2015-11-08 03:09:44 UTC

*** This bug has been marked as a duplicate of bug 175876 ***