Re: [Ironpython-users] Compiling a WPF project with XLRD/XLWT functionality into an EXE (issue)

2013-07-11 Thread Slide
Can you specify what errors (if any) you are getting? Also, what options are you using for pyc and so forth. On Thu, Jul 11, 2013 at 5:44 AM, Jason Barner wrote: > Hey guys - been scouring the Google and can't figure out my issue I am > having trying to compile a small WPF project i've put toge

[Ironpython-users] Compiling a WPF project with XLRD/XLWT functionality into an EXE (issue)

2013-07-11 Thread Jason Barner
Hey guys - been scouring the Google and can't figure out my issue I am having trying to compile a small WPF project i've put together for my co-workers as we work on a database/ERP project. First hurdle was getting IPY to be happy with the location of XLRD and XLWT (python excel libraries which ar

Re: [Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-11 Thread Travis Lee
Here's the method where it's failing. The last line is line 33 of the file.The full code for Py can be found here . def initpkg(pkgname, exportdefs, attr=dict()): """ initialize given package from the export definitions. """ oldmod = sys.modules.get(

Re: [Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-11 Thread Daniel Fernandez
Travis already created a issue I just added code snippet to the comments. The code snippet is not formatted correctly shouldn't have copied and pasted from my email but it works. Danny Date: Thu, 11 Jul 2013 07:02:30 -0700 Subject: Re: [Ironpython-users] PyTest incompatible: Unsupported param

Re: [Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-11 Thread Slide
Looks like a bug then, please file it on Codeplex and put in the test to reproduce it. On Thu, Jul 11, 2013 at 6:59 AM, Daniel Fernandez < [email protected]> wrote: > I was able to reproduce this issue with this snippet of code. > > >>> from types import ModuleType > >>> class A(ModuleT

Re: [Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-11 Thread Daniel Fernandez
I was able to reproduce this issue with this snippet of code. >>> from types import ModuleType>>> class A(ModuleType):... def >>> __init__(self, d):... pass...>>> t = dict()>>> A(d = t)Traceback >>> (most recent call last): File "", line 1, in SystemError: >>> Unsupported param dic

[Ironpython-users] IronPython, Daily Digest 7/10/2013

2013-07-11 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] ironpython engine can not access the member of the clr object inherited from the base class. 2. [New issue] no module named dateutil : error -