Re: [IronPython] IronMath

2006-04-21 Thread Dino Viehland








We keep them separated to try and avoid
Python-isms in the IronMath library.  We’d really like to see the
day when all languages have some shared concept of a BigInteger and Complex,
unfortunately these types are not available in the BCL.

 



Do
you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kristof Wagemans
Sent: Friday, April 21, 2006 1:24
PM
To: users@lists.ironpython.com
Subject: [IronPython] IronMath



 

Why is there a separate IronMath project that only contains
two files? Having one project and one dll is easier to manage for integration
reasons and for redistribution. Since IronPython cannot work without IronMath
why don’t you merge them?






___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] IronMath

2006-04-21 Thread Kristof Wagemans








Why is there a separate IronMath project that only contains
two files? Having one project and one dll is easier to manage for integration reasons
and for redistribution. Since IronPython cannot work without IronMath why don’t
you merge them?






___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] who is using ironpython in projects ?

2006-04-21 Thread Kevin Bjorke



We are: http://developer.nvidia.com/object/fx-composer2-pipeline-gdc-2006.html


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of ? 
?Sent: Friday, April 21, 2006 12:15 AMTo: 
users@lists.ironpython.comSubject: [IronPython] who is using 
ironpython in projects ?
in python's web site,we can see a Success Stories link (http://www.python.org/about/success/),I 
wonder who is using ironpython in their project.


雅虎1G免费邮箱百分百防垃圾信雅虎助手-搜索、杀毒、防骚扰 



This email message is for the sole use of the intended recipient(s) and may 
contain confidential information.  Any unauthorized review, use, disclosure 
or distribution is prohibited.  If you are not the intended recipient, 
please contact the sender by reply email and destroy all copies of the original 
message. 





___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] who is using ironpython in projects ?

2006-04-21 Thread Dino Viehland
I'll point this out to the point who are driving this and see if we can get it 
done sooner rather than later, but unfortunately I can't promise anything.


Do you want to help develop Dynamic languages on CLR? 
(http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giles Thomas
Sent: Friday, April 21, 2006 8:08 AM
To: Discussion of IronPython
Subject: Re: [IronPython] who is using ironpython in projects ?

Hi Dino,

Is there any chance you could add a simple link to the up-to-date site
before then? It leads to some confusion when, say, we tell someone
interested in joining our team that one of the technologies we use is
IronPython, and they then "discover" from the first result from a Google
search that it hasn't been updated since July 2004...


Regards,

Giles

--
Giles Thomas
Resolver Systems
[EMAIL PROTECTED]



Dino Viehland wrote:

>Yes, we're aware of this - Current plan is to update the webpage before 1.0 
>final.
>
>Do you want to help develop Dynamic languages on CLR? 
>(http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
>Sent: Friday, April 21, 2006 1:36 AM
>To: Discussion of IronPython
>Subject: Re: [IronPython] who is using ironpython in projects ?
>
>胡 杨 wrote:
>
>
>>in python's web site,
>>we can see a Success Stories link (http://www.python.org/about/success/),
>>I wonder who is using ironpython in their project.
>>
>>
>ResolverSystems are currently (and happily) developing a new project
>with IronPython - however the IronPython homepage (
>http://www.ironpython.com/ ) is *seriously* outdated and misleading, so
>*any* improvement (even a redirect) would be a good thing...
>
>Michael Foord
>
>
>
>>
>>雅虎1G免费邮箱百分百防垃圾信 
>>雅虎助手-搜索、杀毒、防骚扰 
>>
>>
>>___
>>users mailing list
>>users@lists.ironpython.com
>>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>>
>>
>>
>
>
>
>
>
>___
>users mailing list
>users@lists.ironpython.com
>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>

___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] time.strftime have different output in ironpython and python

2006-04-21 Thread Dino Viehland








Thanks for the bug report.  It’s
definitely broken although it’s not yet clear why (we translate this into the
appropriate .NET string formatting code which should work).  I’ll open a
bug and it seems like we should be able to get this one fixed for beta 7.

 



Do
you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ? ?
Sent: Friday, April 21, 2006 12:13
AM
To: users@lists.ironpython.com
Subject: [IronPython]
time.strftime have different output in ironpython and python



 



IronPython
1.0.60420 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import time
>>> time.strftime("%x %X", time.localtime() )
u'21 \u4e0b'
>>>





ActivePython
2.3.5 Build 236 (ActiveState Corp.) based on
Python 2.3.5 (#62, Feb  9 2005, 16:17:08) [MSC v.1200 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or
"license" for more information.
>>> import time
>>> time.strftime("%x %X", time.localtime() )
'04/21/06 14:30:46'
>>>









雅虎1G免费邮箱百分百防垃圾信






___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] who is using ironpython in projects ?

2006-04-21 Thread Giles Thomas
Hi Dino,

Is there any chance you could add a simple link to the up-to-date site
before then? It leads to some confusion when, say, we tell someone
interested in joining our team that one of the technologies we use is
IronPython, and they then "discover" from the first result from a Google
search that it hasn't been updated since July 2004...


Regards,

Giles

-- 
Giles Thomas
Resolver Systems
[EMAIL PROTECTED]



Dino Viehland wrote:

>Yes, we're aware of this - Current plan is to update the webpage before 1.0 
>final.
>
>Do you want to help develop Dynamic languages on CLR? 
>(http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
>Sent: Friday, April 21, 2006 1:36 AM
>To: Discussion of IronPython
>Subject: Re: [IronPython] who is using ironpython in projects ?
>
>胡 杨 wrote:
>  
>
>>in python's web site,
>>we can see a Success Stories link (http://www.python.org/about/success/),
>>I wonder who is using ironpython in their project.
>>
>>
>ResolverSystems are currently (and happily) developing a new project
>with IronPython - however the IronPython homepage (
>http://www.ironpython.com/ ) is *seriously* outdated and misleading, so
>*any* improvement (even a redirect) would be a good thing...
>
>Michael Foord
>
>  
>
>>
>>雅虎1G免费邮箱百分百防垃圾信 
>>雅虎助手-搜索、杀毒、防骚扰 
>>
>>
>>___
>>users mailing list
>>users@lists.ironpython.com
>>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>>
>>
>>
>
>  
>
>
>
>___
>users mailing list
>users@lists.ironpython.com
>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>  
>

___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] RE_Match.string

2006-04-21 Thread Dino Viehland
Again, thanks for the bug report (and thanks for keeping them coming!).

We should get this one fixed for beta 7.

Do you want to help develop Dynamic languages on CLR? 
(http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
Sent: Friday, April 21, 2006 12:27 AM
To: Discussion of IronPython
Subject: [IronPython] RE_Match.string

# test.py
import re
print re.search('b', 'abc').string

# CPython
abc

# IronPython
b

Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Unable to view IronPython Tutorial image

2006-04-21 Thread Dino Viehland
Thanks for the report Seo, we'll get this one fixed for the next release.

Do you want to help develop Dynamic languages on CLR? 
(http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
Sent: Friday, April 21, 2006 1:05 AM
To: Discussion of IronPython
Subject: [IronPython] Unable to view IronPython Tutorial image

While reading Tutorial.htm, dialog2.jpg didn't load, because file was
named dialog2.JPG (uppercase) in ZIP file. This causes a problem in
case-sensitive file systems.

Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] who is using ironpython in projects ?

2006-04-21 Thread Dino Viehland
Yes, we're aware of this - Current plan is to update the webpage before 1.0 
final.

Do you want to help develop Dynamic languages on CLR? 
(http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
Sent: Friday, April 21, 2006 1:36 AM
To: Discussion of IronPython
Subject: Re: [IronPython] who is using ironpython in projects ?

胡 杨 wrote:
> in python's web site,
> we can see a Success Stories link (http://www.python.org/about/success/),
> I wonder who is using ironpython in their project.
ResolverSystems are currently (and happily) developing a new project
with IronPython - however the IronPython homepage (
http://www.ironpython.com/ ) is *seriously* outdated and misleading, so
*any* improvement (even a redirect) would be a good thing...

Michael Foord

> 
> 雅虎1G免费邮箱百分百防垃圾信 
> 雅虎助手-搜索、杀毒、防骚扰 
> 
>
> ___
> users mailing list
> users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>

___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] Problems with imp and marshall

2006-04-21 Thread Michael Foord
Hello all,

I've encountered problems with the marshal and imp modules (tested with 
Beta 5 not Beta 6).

marshal.loads can't unmarshal code objects preserved in Python 2.4 
bytecode files.

marshal.dumps can't marshal code objects.

imp.new_module returns None.

Any idea if/when these will be fixed ?

Also, did I hear rumours of an ntpath module ?

All the best,

Michael Foord
http://www.ResolverSystems.com
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] who is using ironpython in projects ?

2006-04-21 Thread Michael Foord
胡 杨 wrote:
> in python's web site,
> we can see a Success Stories link (http://www.python.org/about/success/),
> I wonder who is using ironpython in their project.
ResolverSystems are currently (and happily) developing a new project
with IronPython - however the IronPython homepage (
http://www.ironpython.com/ ) is *seriously* outdated and misleading, so
*any* improvement (even a redirect) would be a good thing...

Michael Foord

> 
> 雅虎1G免费邮箱百分百防垃圾信 
> 雅虎助手-搜索、杀毒、防骚扰 
> 
>
> ___
> users mailing list
> users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   

___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] who is using ironpython in projects ?

2006-04-21 Thread Stanislas Pinte
We (http://www.ertmssolutions.com/) provide an ethereal-like PROFIBUS 
network analyzer (http://www.ertmssolutions.com/sniffer.html) for ERTMS 
protocol stack used in
european high-speed trains.

IronPython enabled us to quickly provide a python scripting interface to our 
application, so that
customers can write their own custom filtering/processing extensions.

The product is in use today by several customers.

Stanislas Pinte.

-- 
-
   Stanislas Pinte e-mail: [EMAIL PROTECTED]
   ERTMS Solutions   http://www.ertmssolutions.com
   Rue de l'Autonomie, 1 Tel:+ 322 - 522.06.63
   1070Bruxelles  Fax:   + 322 - 522.09.30
-   
   Skype (http://www.skype.com) id:  stanpinte
- 

Selon ºú Ñî <[EMAIL PROTECTED]>:

> in python's web site,
> we can see a Success Stories link (http://www.python.org/about/success/),
> I wonder who is using ironpython in their project.
>   
> -
>  ÑÅ»¢1GÃâ·ÑÓÊÏä°Ù·Ö°Ù·ÀÀ¬»øÐÅ
>  ÑÅ»¢ÖúÊÖ-ËÑË÷¡¢É±¶¾¡¢·ÀɧÈÅ  






___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] Unable to view IronPython Tutorial image

2006-04-21 Thread Sanghyeon Seo
While reading Tutorial.htm, dialog2.jpg didn't load, because file was
named dialog2.JPG (uppercase) in ZIP file. This causes a problem in
case-sensitive file systems.

Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] RE_Match.string

2006-04-21 Thread Sanghyeon Seo
# test.py
import re
print re.search('b', 'abc').string

# CPython
abc

# IronPython
b

Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] who is using ironpython in projects ?

2006-04-21 Thread 胡 杨
in python's web site,we can see a Success Stories link (http://www.python.org/about/success/),I wonder who is using ironpython in their project.
		 
雅虎1G免费邮箱百分百防垃圾信 
雅虎助手-搜索、杀毒、防骚扰 
 
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] time.strftime have different output in ironpython and python

2006-04-21 Thread 胡 杨
IronPython 1.0.60420 (Beta) on .NET 2.0.50727.42Copyright (c) Microsoft Corporation. All rights reserved.>>> import time>>> time.strftime("%x %X", time.localtime() )u'21 \u4e0b'>>>  ActivePython 2.3.5 Build 236 (ActiveState Corp.) based onPython 2.3.5 (#62, Feb  9 2005, 16:17:08) [MSC v.1200 32 bit (Intel)] on win32Type "help", "copyright", "credits" or "license" for more information.>>> import time>>> time.strftime("%x %X", time.localtime() )'04/21/06 14:30:46'>>>
		 
雅虎1G免费邮箱百分百防垃圾信___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com