CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Voted
No files are attached
Zooba wrote Feb 27 at 10:42 PM
PYTHONPATH
$(PYTHONPATH)
<SearchPath>
MenkHilroy wrote Feb 28 at 7:23 AM
print "Parsing PYTHONPATH modules" pythonpath = os.getenv('PYTHONPATH') if pythonpath: for p in pythonpath.split(";"): print p for root, dirs, files in os.walk(p): package_inspector(p, root, files)
var pythonPath = Environment.GetEnvironmentVariable("PYTHONPATH"); if (!string.IsNullOrEmpty(pythonPath)) { foreach (var path in pythonPath.Split(';')) { args += " /dir \"" + path + "\""; } }
Zooba wrote Feb 28 at 3:30 PM
DefaultPythonLauncher.SetupEnvironment
sys.path
MenkHilroy wrote Feb 28 at 5:00 PM
MenkHilroy wrote Feb 28 at 5:19 PM
dinov wrote Feb 28 at 5:44 PM
Zooba wrote Feb 28 at 6:21 PM
MenkHilroy wrote Feb 28 at 6:24 PM
MenkHilroy wrote Feb 28 at 6:37 PM
dinov wrote Feb 28 at 7:23 PM
Sign in to add a comment or to set email notifications
Keyboard shortcuts are available for this page.