Re: Win32api problems

2019-10-22 Thread Eryk Sun
On 10/22/19, Albert-Jan Roskam wrote: > On 22 Oct 2019 11:23, GerritM wrote: > >> ImportError: DLL load failed: The specified > procedure could not be >> found. Many of the PyWin32 extensions depend on pywintypesXX.dll, and some depend on pythoncomXX.dll. There's a post-installation script that

Re: Win32api problems

2019-10-22 Thread Sibylle Koczian
Am 22.10.2019 um 19:24 schrieb Terry Reedy: ... Is there a win32 list where people might have more knowledge of such? There is: python-wi...@python.org https://mail.python.org/mailman/listinfo/python-win32 If you prefer Gmane: news://news.gmane.org/gmane.comp.python.windows HTH -- htt

Re: Win32api problems

2019-10-22 Thread MRAB
On 2019-10-22 17:31, Albert-Jan Roskam wrote: On 22 Oct 2019 11:23, GerritM wrote: ImportError: DLL load failed: The specified > procedure could not be found. I've had the same error before and I solved it by adding the location where the win32 dlls live to PATH. Maybe PATH gets messed up

Re: Win32api problems

2019-10-22 Thread Terry Reedy
On 10/22/2019 11:42 AM, GerritM wrote: On Tuesday, October 22, 2019 at 12:09:46 PM UTC+2, Terry Reedy wrote: On 10/22/2019 5:23 AM, GerritM wrote: <...snip...> Install 1 at a time and try your normal scripts? Starting from a state of ignorance about interactions between Win32 and other mo

Re: Win32api problems

2019-10-22 Thread Albert-Jan Roskam
On 22 Oct 2019 11:23, GerritM wrote: > ImportError: DLL load failed: The specified > procedure could not be found. I've had the same error before and I solved it by adding the location where the win32 dlls live to PATH. Maybe PATH gets messed up during the installation of something. -- htt

Re: Win32api problems

2019-10-22 Thread GerritM
On Tuesday, October 22, 2019 at 12:09:46 PM UTC+2, Terry Reedy wrote: > On 10/22/2019 5:23 AM, GerritM wrote: <...snip...> > > Install 1 at a time and try your normal scripts? Or try them with 3.7. > > -- > Terry Jan Reedy I am working on the Python 2 to Python 3 transition. I found on Intern

Re: Win32api problems

2019-10-22 Thread Terry Reedy
On 10/22/2019 5:23 AM, GerritM wrote: I recently installed IPython, Pandas, Altair, Jupyter, MatPlotLib, and Numpy on my Windows 10, Python27 installation to explore what it can do. All of those 5 packages either have or will stop supporting 2.x. See https://python3statement.org/. When I

Re: win32api install problem

2009-07-22 Thread Tim Roberts
Gerry wrote: >I'm running Python 2.6 under XP. > >I've installed Windows 32 extensions for Python 2.6 version 1.4 >(pywin32-214.win32-py2.6.exe). > >But If I try to import win32api, I get: > > File "C:\python_projects\euler\driveletters.py", line 1, in >import win32api >ImportError: DLL loa

Re: win32api install problem

2009-07-21 Thread Tim Golden
MCIPERF wrote: On Jul 20, 9:57 am, Tim Golden wrote: Gerry wrote: I'm running Python 2.6 under XP. I've installed Windows 32 extensions for Python 2.6 version 1.4 (pywin32-214.win32-py2.6.exe). But If I try to import win32api, I get: File "C:\python_projects\euler\driveletters.py", line 1, i

Re: win32api install problem

2009-07-20 Thread MCIPERF
On Jul 20, 9:57 am, Tim Golden wrote: > Gerry wrote: > > I'm running Python 2.6 under XP. > > > I've installed Windows 32 extensions for Python 2.6 version 1.4 > > (pywin32-214.win32-py2.6.exe). > > > But If I try to import win32api, I get: > > >   File "C:\python_projects\euler\driveletters.py",

Re: win32api install problem

2009-07-20 Thread Tim Golden
Gerry wrote: I'm running Python 2.6 under XP. I've installed Windows 32 extensions for Python 2.6 version 1.4 (pywin32-214.win32-py2.6.exe). But If I try to import win32api, I get: File "C:\python_projects\euler\driveletters.py", line 1, in import win32api ImportError: DLL load failed:

Re: WIn32api

2009-02-06 Thread Mark Hammond
On 7/02/2009 3:28 AM, K-Dawg wrote: You might like to seek out the python-win32 mailing list for stuff like this where more people tend to pay attention to windows problems. This works if I call run() specifically. But when I try to initiate the thread with .start() I get the following error

Re: WIn32api

2009-02-06 Thread K-Dawg
I have come up with what I need and will try tweaking some things that hopefully will help me learn what some of this stuff does. In the meantime, I am having an issue: class *KeepAlive*(threading.Thread): def *__init__*(*self*): *self*.count = 0 *self*.ie=win32com.client.

Re: win32api not found?

2008-07-21 Thread norseman
Lamonte Harris wrote: Where can I get the win32api module? I been searching all day on google and nothing, i installed https://sourceforge.net/project/showfiles.php?group_id=78018 which requires win32api and its not found...

Re: win32api not found?

2008-07-19 Thread Fuzzyman
On Jul 19, 8:45 pm, Michiel Overtoom <[EMAIL PROTECTED]> wrote: > On Saturday 19 July 2008 21:13:04 Lamonte Harris wrote: > > > Where can I get the win32api module? I been searching all day on google and > > nothing, i installed > >https://sourceforge.net/project/showfiles.php?group_id=78018which r

Re: win32api not found?

2008-07-19 Thread Michiel Overtoom
On Saturday 19 July 2008 21:13:04 Lamonte Harris wrote: > Where can I get the win32api module? I been searching all day on google and > nothing, i installed > https://sourceforge.net/project/showfiles.php?group_id=78018 which requires > win32api and its not found... What are the actions you do an

Re: Win32api, pyHook, possibly win32com, not sure XD, thats why I'm posting

2006-03-04 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > Is there a way to hide a python instance from the Task Manager process > list? Try sony's rootkit. Or any other. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: Win32api, pyHook, possibly win32com, not sure XD, thats why I'm posting

2006-03-03 Thread Michel Claveau
Hi! Rename Pythonw.exe like jtp.exe And... run: jtp.exe yourscript.pyw -- @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Win32api, pyHook, possibly win32com, not sure XD, thats why I'm posting

2006-03-03 Thread [EMAIL PROTECTED]
I'm really trying to figure out the overall extent with which python can interact with the windows system (curious person ;D). I can't seem to find documentation on it, so if anyone could point me to that... i know python can kill processes and return what processes are running, so i was just wonde

Re: Win32api, pyHook, possibly win32com, not sure XD, thats why I'm posting

2006-03-03 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Is there a way to hide a python instance from the Task Manager process > list? > And your reason for wanting to know would be... -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd www.holdenweb.com Love me, love my blog ho

Re: win32api .GetFileVersionInfo()

2005-03-24 Thread Peter Hansen
xytho33 wrote: I need to be able to programatically get the version info from a windows DLL preferably in the same format as what is displayed in the properties tab. [snip] You already posted this about forty minutes earlier and Dennis Lee Bieber wrote a reply a mere ten minutes later. Please be pa

Re: Win32api shellexecute Bshow

2005-02-16 Thread Josh
Thanks, I'll take a look at using GhostScript and GSPrint instead. Josh -- http://mail.python.org/mailman/listinfo/python-list

Re: Win32api shellexecute Bshow

2005-02-16 Thread infidel
Acrobat is stupid like this. I haven't yet found a way to prevent it from launching a new window, so I gave up and went with GhostScript and GSPrint instead. Works fabulously. -- http://mail.python.org/mailman/listinfo/python-list