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
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
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
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
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
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
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
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
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
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",
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:
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
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.
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...
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
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
[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
Hi!
Rename Pythonw.exe like jtp.exe
And... run: jtp.exe yourscript.pyw
--
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
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
[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
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
Thanks,
I'll take a look at using GhostScript and GSPrint instead.
Josh
--
http://mail.python.org/mailman/listinfo/python-list
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
23 matches
Mail list logo