[Python.NET] problem with inheritance? ironpython ok, python.net - different

2007-10-18 Thread david lawler
To run this script you need to get Weifen Luo's Dock Panel Suite from Source forge - just get the pre-compiled dll at http://sourceforge.net/project/showfiles.php?group_id=110642 and stick it in the same directory as the script. -beginning of script import

Re: [Python.NET] list archives in MBOX format?

2007-10-18 Thread Matthew Zaleski
Christian Heimes wrote: > Matthew Zaleski wrote: >> I'm brand new to Python for .NET and this list. I was wondering if >> anyone has the list archives in MBOX format. The online archives are >> gzipped text and not MBOX files as far as I can tell. >> >> Kudos to the developers for developing this

Re: [Python.NET] list archives in MBOX format?

2007-10-18 Thread Christian Heimes
Matthew Zaleski wrote: > I'm brand new to Python for .NET and this list. I was wondering if > anyone has the list archives in MBOX format. The online archives are > gzipped text and not MBOX files as far as I can tell. > > Kudos to the developers for developing this tool. I thought I was

[Python.NET] list archives in MBOX format?

2007-10-18 Thread Matthew Zaleski
I'm brand new to Python for .NET and this list. I was wondering if anyone has the list archives in MBOX format. The online archives are gzipped text and not MBOX files as far as I can tell. Kudos to the developers for developing this tool. I thought I was hosed and wouldn't be able to int

Re: [Python.NET] UCS2/UCS4 detection

2007-10-18 Thread Christian Heimes
Sanghyeon Seo wrote: > Debian GNU/Linux, Python package 2.4.4-6. > > get_config_var() returns None. The same expression returns 4 for Python 2.5 > >> I'm using get_config_var() because it's the obvious choice. It's using >> the information from pyconfig.h. > > Is it? The strange thing is, parse_

Re: [Python.NET] UCS2/UCS4 detection

2007-10-18 Thread Sanghyeon Seo
Sanghyeon Seo wrote: > UCS2/UCS4 detection in Makefile doesn't seem to work here. 2007/10/18, Christian Heimes <[EMAIL PROTECTED]>: > What's your full Python version, OS, distribution and the output of > > $ python -c "from distutils.sysconfig import get_config_var; print > get_config_var('Py_UNIC

Re: [Python.NET] UCS2/UCS4 detection

2007-10-18 Thread Christian Heimes
Sanghyeon Seo wrote: > UCS2/UCS4 detection in Makefile doesn't seem to work here. > > [EMAIL PROTECTED]:~/svn/pythonnet$ python -c 'import sys; print > sys.maxunicode' > 1114111 > > [EMAIL PROTECTED]:~/svn/pythonnet$ make Python.Runtime.dll > cd "/home/tinuviel/svn/pythonnet/src/runtime"; \ >