Status: New
Owner: ----

New issue 251 by zygfrydos: Problem with library path on WinXp
http://code.google.com/p/ulipad/issues/detail?id=251

What steps will reproduce the problem?
1. On toolbar of ulipad I click "Toggle Shell Pane"
2. On Shell I write : import sqlite3 and this print to mi:
import sqlite3
Traceback (most recent call last):
  File "<input>", line 1, in <module>
ImportError: No module named sqlite3
3. Next I :
import sys
print sys.path
['C:\\Program Files\\UliPad\\packages', 'C:\\Program Files\\UliPad\\plugins', 'C:\\Program Files\\UliPad\\modules', 'C:\\Program Files\\UliPad', 'C:\\Program Files\\UliPad\\lib\\sharedlib.zip']


What is the expected output? What do you see instead?
In path is no c:\\python25\lib\site-package and other

What version of the product are you using? On what operating system?
WinXp sp2
Ulipad 4.0

Please provide any additional information below.

How to add to ulipad PYTHONPATH ?
Why Ulipad don't see PYTHONPATH of system setting ?

Reply via email to