IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.269 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import cPickle, cStringIO
>>> s = cPickle.dumps('\r\n')
>>> f =...
Id #33046 | Release:
None
| Updated: Mon at 10:59 PM by jkarres | Created: Mon at 10:59 PM by jkarres
IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.269 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> [None] * '2'
Traceback (most recent call last):
File "<stdin>...
Id #33034 | Release:
None
| Updated: Aug 16 at 8:36 PM by jkarres | Created: Aug 16 at 8:36 PM by jkarres
u\xa0 should be a white space:
== python 2.7.3 ==
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> fn...
Id #33030 | Release:
None
| Updated: Aug 16 at 1:55 AM by wy0917 | Created: Aug 16 at 1:55 AM by wy0917
I keep getting a rollback and 'system not modified' message. I'm running VS2008, with IronPythonStudio, and 2.72 will not build my solution (seem to be a .NET framework mismatch). Any ideas?
Id #32994 | Release:
None
| Updated: Aug 3 at 10:04 PM by slide_o_mix | Created: Aug 3 at 9:24 PM by Jm520
I got following error during install pip,
```
D:\pip-1.1>C:\IronPython-2.7.3\ipy.exe -X:Frames -X:FullFrames setup.py install
running install
running bdist_egg
running egg_info
writing entry points...
Id #32990 | Release:
None
| Updated: Aug 3 at 3:20 PM by jdhardy | Created: Aug 3 at 5:17 AM by akunzai
I wrote an simple py named "test.py" to demo this Issue
```python
def hello():
print "hello world!"
```
and I use Tools\Scripts\pyc.py it compile it into DLLs
```
C:\IronPython-2.7.3>ipy.exe T...
Id #32989 | Release:
None
| Updated: Aug 3 at 3:16 PM by jdhardy | Created: Aug 3 at 5:13 AM by akunzai
Any module or source requiring WeakRef support fails to work in a restricted AppDomain. The issue was discussed here: http://mail.python.org/pipermail/ironpython-users/2012-March/015758.html
but i...
Id #32977 | Release:
None
| Updated: Jul 28 at 7:38 AM by FrankSch1 | Created: Jul 28 at 7:34 AM by FrankSch1
ipy imports all extension dlls (in DLLs) folder on startup (see InitializeExtensionDLLs() in PythonCommandLine.cs).
When I embed IronPython in C#, i have to do this manually. Problem is here that ...
Id #32973 | Release:
None
| Updated: Jul 26 at 11:15 AM by tibel | Created: Jul 26 at 9:33 AM by tibel
I always found it a deficiency of IronPython settrace that it does not offer events for calls to non-IronPython .NET methods (either statically compiled from C#/VB/F#... or from other dynamic langu...
Id #32971 | Release:
None
| Updated: Jul 26 at 7:01 AM by MarkusSchaber | Created: Jul 26 at 7:01 AM by MarkusSchaber
urllib2.urlopen took 0.0937347412109 seconds to download a file, while
urllib.urlopen took 30.0861663818 seconds to fetch the same file. The file is a 240kb text file.
Id #32953 | Release:
None
| Updated: Jul 20 at 3:10 PM by JacksonReed | Created: Jul 20 at 3:02 PM by JacksonReed