FYI Dan, our source tree only builds against Silverlight 2 Beta 2; we haven't moved to an internal build since we want every build to work with the public Silverlight bits.
I have built our code against an internal build, and this is minimal patching necessary to get it working, so we'll keep building against Silverlight 2 Beta 2 until the last possible moment (next public release of Silverlight). ~js > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Dan Eloff > Sent: Friday, September 05, 2008 2:32 PM > To: Discussion of IronPython > Subject: Re: [IronPython] sdlsdk-0.3.0 - cannot import struct? > > Ok, great, thanks. That's an easy fix. I'll be alert for other such > changes now. > > -Dan > > On Fri, Sep 5, 2008 at 4:30 PM, Curt Hagenlocher <[EMAIL PROTECTED]> > wrote: > > To expand on this just a little, CPython implements the module > "_struct" in > > C and implementes the module "struct" in Python. As we're both > aiming for > > parity with CPython in these matters and now redistributing the > standard > > Python library, we changed our implementation to be _struct- > compatible. > > Bottom line: you need to use struct.py from the standard Python libs. > > > > On Fri, Sep 5, 2008 at 2:26 PM, Dino Viehland <[EMAIL PROTECTED]> > wrote: > >> > >> Can you import _struct? We recently did the work to get this > compliant w/ > >> 2.5. > >> > >> -----Original Message----- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] On Behalf Of Dan Eloff > >> Sent: Friday, September 05, 2008 2:23 PM > >> To: Discussion of IronPython > >> Subject: [IronPython] sdlsdk-0.3.0 - cannot import struct? > >> > >> I downloaded sdlsdk-0.3.0 and replaced the .dlls in the silverlight > >> folder (C:\Program Files (x86)\Microsoft > >> SDKs\Silverlight\v2.0\Libraries\Client) with the ones from the > >> sdlsdk/bin folder. I created an app.py file with just "import > struct". > >> This fails: ImportError: No module named struct > >> > >> I guess that the sdlsdk IronPython is pretty badly broken (or is > built > >> with an internal, version of silverlight, not beta2?) > >> > >> If I can resolve the build errors for Silverlight Relese for the > >> lastest IronPython source dump, will this work, or will I still be > >> unable to import struct? > >> > >> What can I do to move forward here? > >> > >> Thanks, > >> -Dan > >> _______________________________________________ > >> Users mailing list > >> [email protected] > >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > >> > >> _______________________________________________ > >> Users mailing list > >> [email protected] > >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
