Re: Not able to load and run wxglade by clicking on a .wxg file in windows 10
Dennis DeBerry via wxGlade-general <wxglade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
this is what I get when I type that in a console window with python running
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32Type "help", "copyright", "credits" or "license" for more information.>>> import win32api>>> winconTraceback (most recent call last): File "<stdin>", line 1, in <module>NameError: name 'wincon' is not defined>>> import win32api wincon File "<stdin>", line 1 import win32api wincon ^SyntaxError: invalid syntax>>> import win32api, winconTraceback (most recent call last): File "<stdin>", line 1, in <module>ImportError: No module named wincon>>>
I think I already have pywin32 installed. I did that from and exe I downloaded from sourceforge or github list week.
From: Dietmar Schwertberger <[email protected]>
To: wxglade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Sent: Saturday, February 3, 2018 3:20 AM
Subject: Re: [wxGlade] Not able to load and run wxglade by clicking on a .wxg file in windows 10
On 2/2/2018 11:08 PM, Dennis DeBerry via wxGlade-general wrote:
I can open those very same .wxg files from the file open menuitem in wxglade and they work fine. I just can not directly click on them to start wxglade or have them load.
wxGlade should register the extension if the win32 extensions are installed: https://sourceforge.net/projects/pywin32/ Can you do a 'import win32api, win32con' in your Python installation?
Regards, Dietmar
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
wxGlade-general mailing list
wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxglade-general
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wxGlade-general mailing list
wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxglade-general