Re: [Boa Constr] Support for Win32all
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2001-06-27 19:14:13
|
Hi, "Patrick K. O'Brien" wrote: > > Will boa ever be able to work on an app that makes use of the win32all > extensions, or am I stuck using PythonWin? For example, I am building an app > that uses DDE. In boa, "import dde" returns an error. > dde requires win32ui.pyd which is in your pythonwin directory. If you put it somewhere accessible to python e.g. python20/win32 you should be able to import it. First import win32ui though. I don't know if this 'works', but at least it imports successfully. > --- > Patrick K. O'Brien > Orbtech > "I am, therefore I think." > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |