Import error

Hi. When i try run code i get error (i try use pype,spe and other)

I use script

import direct.directbase.DirectStart
run()

error

Encoding set to UTF8
DirectStart: Starting the game.
Traceback (most recent call last):
  File "aa.py", line 1, in <module>
    import direct.directbase.DirectStart
  File "C:\Panda3D-1.4.2\direct\src\directbase\DirectStart.py", line 3, in <module>
    from direct.showbase import ShowBase
  File "C:\Panda3D-1.4.2\direct\src\showbase\ShowBase.py", line 10, in <module>
    from pandac.PandaModules import *
  File "C:\Panda3D-1.4.2\pandac\PandaModules.py", line 1, in <module>
    from libpandaexpressModules import *
  File "C:\Panda3D-1.4.2\pandac\libpandaexpressModules.py", line 1, in <module>
    from extension_native_helpers import *
  File "C:\Panda3D-1.4.2\pandac\extension_native_helpers.py", line 20, in <module>
    from libpandaexpress import *
ImportError: No module named libpandaexpress

**** End of process output ****

panda installs its own version of python2.5 on windows (to every ones dislike). You need to tell your editors to use that one. It looks like you managed to get some paths right but not the c++ lib paths.