View Single Post
Old 04-04-11, 12:43 PM   #239
MiTon
Sparky
 
Join Date: Apr 2010
Location: Germany
Posts: 157
Downloads: 270
Uploads: 2
Default Way to make use of python standard API??

Hi there!

How can I import standard python modules? They don't seem to be available in the ScriptManager.
Is there a way?

For example, I'd like to use this:

Code:
import os.path
from os.path import abspath as abspath
If I have to build a custom dll, what IDE would you recommend? IronPython Studio, eclipse (pydev)?

regards


MiTon
MiTon is offline   Reply With Quote