On Tue, Jul 28, 2009 at 03:30, Werner F. Bruhin<[email protected]> wrote:
> Dick Moores wrote:
>>
>> On Mon, Jul 27, 2009 at 10:47, Werner F. Bruhin<[email protected]> wrote:
>>
>
> ...
>>>
>>> If you downloaded from SVN you will have the source version, if you
>>> downloaded differently then he is also providing a py2exe generated
>>> "binary"
>>> version - which you do not want to use.
>>>
>>> If this loads 2.6 for you:
>>>
>>> E:\Python26\pythonw.exe
>>>
>
> Don't use pythonw.exe but python.exe which will show this:
>
> C:\Users\wbruhin>\python26\python.exe
> Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
> on win32
> Type "help", "copyright", "credits" or "license" for more information.
>>>> ^Z
>
> So you see what version is loaded.
>
> If I do this:
> \python26\python.exe \python25\lib\site-packages\ulipad\ulipad.py
>
> I get what is shown in the attached image and it shows that I can run 2.6 in
> the UliPad shell.

OK, so me too.
E:\>python
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

Unfortunately, when I do what you did I get:
E:\>\Python26\python.exe E:\Programs\Ulipad3.7\Ulipad.py
begin... 03:40:41
There are some errors as importing mixins, Please see the error.txt.

And the errors are:
[Traceback]Traceback (most recent call last):
  File "E:\Programs\Ulipad3.7\Ulipad.py", line 85, in <module>
    import mixins
  File "E:\Programs\Ulipad3.7\mixins\__init__.py", line 160, in <module>
    import Import
  File "E:\Programs\Ulipad3.7\mixins\Import.py", line 7687, in <module>
    from mixins import HtmlPage
  File "E:\Programs\Ulipad3.7\mixins\HtmlPage.py", line 33, in <module>
    import wx.lib.iewin as iewin
  File "E:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\lib\iewin.py",
line 15, in <module>
    import wx.lib.activex
  File "E:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\lib\activex.py",
line 36, in <module>
    import comtypes
ImportError: No module named comtypes

Dick

Reply via email to