Re: Using Ming on Windows

2005-04-24 Thread Philippe C. Martin
I never managed to link my python extensions (mingw .a) with python and
broke down and bought Visual/C++ as it is the compiler used by Python.

Yet some people seem to have managed:
http://uucode.com/texts/python-mingw/python-mingw.html

Regards,

Philippe



Jack Diederich wrote:

 On Sat, Apr 23, 2005 at 05:13:29PM -0300, Andr? Roberge wrote:
 I tried to install Ming
 (http://sourceforge.net/projects/ming/)
 on Windows to use with Python *but*
 I can't [/don't know how to] use make to install it.
 
 Does anyone know where I could find a ready-made compiled
 version for Windows to just put in my site-packages directory.
 
 Any help would be appreciated.
 
 Ming seems to be abandoded/unsupported.  Use groups.google.com to
 find some hints on how to install it.  I've done it on linux, but
 never tried on windows (why would I?) and replied with some
 suggestions last time it came up on c.l.py
 
 -jackdied

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


Re: Using Ming on Windows

2005-04-24 Thread Do Re Mi chel La Si Do
Hi !

You can to generate SWF (flash) files, with swfobjs.dll

See :
   http://bukoo.sourceforge.net
and
   http://www.angelfire.com/nt/teklord/swfexport.htm


I succeeded, therefore, it is easy...


Michel Claveau



 


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


Using Ming on Windows

2005-04-23 Thread André Roberge
I tried to install Ming
(http://sourceforge.net/projects/ming/)
on Windows to use with Python *but*
I can't [/don't know how to] use make to install it.
Does anyone know where I could find a ready-made compiled
version for Windows to just put in my site-packages directory.
Any help would be appreciated.
André
--
http://mail.python.org/mailman/listinfo/python-list


Re: Using Ming on Windows

2005-04-23 Thread Jack Diederich
On Sat, Apr 23, 2005 at 05:13:29PM -0300, Andr? Roberge wrote:
 I tried to install Ming
 (http://sourceforge.net/projects/ming/)
 on Windows to use with Python *but*
 I can't [/don't know how to] use make to install it.
 
 Does anyone know where I could find a ready-made compiled
 version for Windows to just put in my site-packages directory.
 
 Any help would be appreciated.
 
Ming seems to be abandoded/unsupported.  Use groups.google.com to
find some hints on how to install it.  I've done it on linux, but
never tried on windows (why would I?) and replied with some
suggestions last time it came up on c.l.py

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


Re: Using Ming on Windows

2005-04-23 Thread Colin J. Williams
Jack Diederich wrote:
On Sat, Apr 23, 2005 at 05:13:29PM -0300, Andr? Roberge wrote:
I tried to install Ming
(http://sourceforge.net/projects/ming/)
on Windows to use with Python *but*
I can't [/don't know how to] use make to install it.
Does anyone know where I could find a ready-made compiled
version for Windows to just put in my site-packages directory.
Any help would be appreciated.
Ming seems to be abandoded/unsupported.  Use groups.google.com to
find some hints on how to install it.  I've done it on linux, but
never tried on windows (why would I?) and replied with some
suggestions last time it came up on c.l.py
-jackdied
I installed MinGW on a Windows XP with no trouble.  One needs to install 
MSYS, as well as MinGW, since some modules (eg. make) are only available
in MSYS.

Currently, I am trying to build a package from source and have some 
unresolved problems.  Earlier I had tried to use the Borland 
commandline, without success.

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


Re: Using Ming on Windows

2005-04-23 Thread André Roberge
Colin J. Williams wrote:
Jack Diederich wrote:
On Sat, Apr 23, 2005 at 05:13:29PM -0300, Andr? Roberge wrote:
I tried to install Ming
(http://sourceforge.net/projects/ming/)
on Windows to use with Python *but*
I can't [/don't know how to] use make to install it.

I installed MinGW on a Windows XP with no trouble.  One needs to install 
MSYS, as well as MinGW, since some modules (eg. make) are only available
in MSYS.

Currently, I am trying to build a package from source and have some 
unresolved problems.  Earlier I had tried to use the Borland 
commandline, without success.

Colin W.
MinGW is a minimalistic Gnu for Windows.
Ming is a Flash/swf library.
A.
--
http://mail.python.org/mailman/listinfo/python-list