|
From: Michael F. <fuz...@vo...> - 2008-11-25 11:23:24
|
Hello Hagen, You should be able to use ConfigObj with IronPythonStudio - but I don't think IronPythonStudio makes it easy to create projects with additional libraries. I don't recommend it as an IDE. Instead use something like Wing or Komodo, with Visual Studio Express for the windows forms designer. If you have Visual Studio generate C# for your forms / dialogs you can always subclass from IronPython to implement functionality in Python. For what its worth the code you provided should work, so long as the path is to the directory containing ConfigObj. It won't work if ConfigObj is installed as an egg - other than that you will have to show the actual error message (full traceback) for me to diagnose it. Michael Foord Hagen Layer wrote: > Hello, > > is there a way to use configObj within IronPython Studio? > I cannot import os without an exception... > > I tried import sys > sys.path.append(r'c:\Programme\Python\Lib') > > I hope you could help me. > > Many thanks, Hagen > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Configobj-develop mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/configobj-develop > -- http://www.ironpythoninaction.com/ |