For generic .NET types the problem happens when a first access to the indexer is wrong, for example:
Right:
IronPython 2.7 Alpha 1 (2.7.0.1) on .NET 4.0.30319.1
Type "help", "copyright", "credits"...
Id #32217 |
Planned Release:
None
|
Last Updated: Thu at 8:56 AM by VitalySavkin |
Created On: Thu at 8:56 AM by VitalySavkin
IronPython 3.0 DEBUG (3.0.0.0) on .NET 4.0.30319.237
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> d = datetime.datetime(2012,2,8,4,5,6,12314)
>>> d...
Id #32215 |
Planned Release:
None
|
Last Updated: Thu at 4:20 AM by slide_o_mix |
Created On: Thu at 4:20 AM by slide_o_mix
Having a problem passing 'None' to a COM Interop method that can
accept 'Nothing' (in VBA). Running IronPython 2.7.1
My code (with considerable snippage):
t = System.Type.GetTypeFromProgID("Micro...
Id #32192 |
Planned Release:
None
|
Last Updated: Tue at 12:40 AM by HarryTuttle |
Created On: Tue at 12:29 AM by HarryTuttle
>>> import tokenize, cStringIO
>>> tokenize.tokenize(cStringIO.StringIO('#foo\n1+2').readline)
1,0-1,4: COMMENT '#foo'
1,4-1,5: NL '\n'
2,0-2,1: NUMBER '1'
2,1-2,2: ...
Id #32188 |
Planned Release:
None
|
Last Updated: Mon at 6:46 PM by dinov |
Created On: Mon at 6:46 PM by dinov
With IronPython 2.6.2 I can't seem to derive from a C# base class and implement an interface. It seems in this case the property 'Name' does not get attached to the derived type as 'get_Name', whic...
Id #32166 |
Planned Release:
None
|
Last Updated: Thu at 2:46 AM by slide_o_mix |
Created On: Feb 2 at 4:19 PM by kvncode
I'm using the Task Parallel Library from IronPython along with the python logging module. Sometimes an exception is thrown by the logging module when calling one of the logging methods. The excepti...
Id #32125 |
Planned Release:
None
|
Last Updated: Jan 24 at 5:48 PM by jamesholland |
Created On: Jan 24 at 5:48 PM by jamesholland
Add a link to StackOverflow on the website support page.
Id #32070 |
Planned Release:
None
|
Last Updated: Wed at 10:15 PM by slide_o_mix |
Created On: Jan 12 at 8:55 PM by jdhardy
This seems to be happening with any XML file I try to parse with minidom, I don't think it depends on the file contents at all.
IronPython 2.7.1 (2.7.0.40) on .NET 4.0.30319.239
Type "help", "copy...
Id #32049 |
Planned Release:
None
|
Last Updated: Jan 10 at 12:40 PM by slide_o_mix |
Created On: Jan 8 at 10:07 AM by MarioVilas
The following code works in CPython but not in IronPython:
>>> from ctypes import *
>>> c_char_p(byref(c_char()))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError...
Id #32048 |
Planned Release:
None
|
Last Updated: Jan 10 at 9:44 AM by MarioVilas |
Created On: Jan 7 at 5:04 PM by MarioVilas
If I compile a script using a (slightly modified) version of pyc.py the working directory is changed to the folder containing the .exe-file, regardless of the location from where the .exe is called...
Id #32045 |
Planned Release:
None
|
Last Updated: Jan 6 at 6:17 AM by peterSchwalm |
Created On: Jan 6 at 5:35 AM by peterSchwalm
|
|
|
|
|