RE: Vista 64 + Python2.5 + wxpython 28 issue

2007-06-29 Thread Simon Roses Femerling
Hello Martin,

Thanks for your reply.

There was no need for me to use 64 so I have switched back to 32 and works
fine.

Python is not ready for the 64 world yet ;)

Sincerely,

SRF

-Original Message-
From: "Martin v. Löwis" [mailto:[EMAIL PROTECTED] 
Sent: jueves, 28 de junio de 2007 23:25
To: Simon Roses Femerling
Cc: python-list@python.org
Subject: Re: Vista 64 + Python2.5 + wxpython 28 issue

> Is there any 64 version installer or do I need to build myself ?

There are hardly AMD64 versions of *anything* but the base Python
distribution. I strongly advise to use the 32-bit version on AMD64
(in fact, I see little reason to run Win64 at all unless you have
more that 4GiB in the box, or unless you are developing a software
product that you explicitly target for Win64).

If you absolutely need to run 64-bit code, be prepared to compile
everything for yourself, and be prepared that it won't work out
of the box, and cost you many person days to fix and debug. Never
forget to feed back the fixes you make to the respective authors
of the open source software.

Notice that you won't just need a 64-bit version of wxpython,
but also such versions of all underlying libraries wxpython
happens to be build on.

Regards,
Martin


-- 
http://mail.python.org/mailman/listinfo/python-list


RE: Vista 64 + Python2.5 + wxpython 28 issue

2007-06-28 Thread Simon Roses Femerling
Hello Martin,

I installed wxpython 2.8 using the installer
(wxPython2.8-win32-unicode-2.8.4.0-py25.ex), yeah I assume is the 32 bits
version.

Is there any 64 version installer or do I need to build myself ?

Thanks,

SRF

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
"Martin v. Löwis"
Sent: jueves, 28 de junio de 2007 22:08
To: python-list@python.org
Subject: Re: Vista 64 + Python2.5 + wxpython 28 issue

> I have installed python 2.5 (AMD64) on Vista (64), also installed wx 2.8
> but I'm getting this error:
> 
> 
> Traceback (most recent call last):
>   File "mymodule.py", line 39, in 
> import wx
>   File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
> line 4
> 5, in 
> from wx._core import *
>   File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",
> line 4, i
> n 
> import _core_
> ImportError: DLL load failed with error code 193
> """
> 
> I have set python.exe to run under admin but that do not fix the problem.
> 
> Any ideas ?

193 means ERROR_BAD_EXE_FORMAT. Could it be that you are using a
32-bit extension DLL? How precisely did you "install" wx 2.8? Did
you rebuild it from source?

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list


-- 
http://mail.python.org/mailman/listinfo/python-list


Python Linked list?

2005-10-31 Thread Simon Roses Femerling



Hi there!
 
I'm looking for a linked list class or lib ? Any 
suggestions ?
 
Is for a project I'm working on.
 
Sincerely,
 
Simon Roses Femerling
-- 
http://mail.python.org/mailman/listinfo/python-list

Two questions: python/Net(c#) and Win Raw sockets?

2005-02-10 Thread Simon Roses Femerling



Hi all,
 
First Question: Anyone has experience with any of 
this Python/Net implementations:
 
- PythonNet
- IronPython
- Boo
 
Which is best for using in a c# app for embedding 
and extending ?
 
Second Question: I know that python 2.3 _socket.dll 
was not compile with raw socket support on windows. Anyone have a compile 
version or know
any solution for raw socket on windows for python 
2.3 or 2.4 or I must compile my own version of _socket.dll ?
 
Thx
 
Sincerely,
 
SRF
 
 
-- 
http://mail.python.org/mailman/listinfo/python-list

Anyone have a python socket.pyd that support raw socket for windows?

2004-12-23 Thread Simon Roses Femerling



Hi all,
 
I got python 2.3 on a XP and win2k. I'm looking for 
a _socket.pyd that support raw socket (IP_HDRINCL).
I did found someone guy that did compile his 
own _socket (pysockraw) but the web is not working anymore :/
 
I'm lazy to compile my own :)
 
Thx, and Merry X-mas!!
 
Simon Roses Femerling
 
-- 
http://mail.python.org/mailman/listinfo/python-list