Re: [IronPython] Threading and SQLAlchemy

2007-06-19 Thread Curtis Scheer
:11 PM To: Discussion of IronPython Subject: Re: [IronPython] Threading and SQLAlchemy Curtis Scheer wrote: > I am trying to import the SQLAlchemy module into IronPython to see if I can > do some testing of existing Python code we have. Has anyone had success > using this module in I

[IronPython] Threading and SQLAlchemy

2007-06-19 Thread Curtis Scheer
I am trying to import the SQLAlchemy module into IronPython to see if I can do some testing of existing Python code we have. Has anyone had success using this module in IronPython? It appears to be failing when trying to import the python threading module like so: try: import thread, threadi

Re: [IronPython] Visual Studio Integration

2006-10-06 Thread Curtis Scheer
same page.  Can you see (if you haven’t already) if that makes it work?    From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Scheer Sent: Friday, October 06, 2006 11:37 AM To: users@lists.ironpython.com Subject: [IronPython] Visual Studio Integration   I am having

[IronPython] Visual Studio Integration

2006-10-06 Thread Curtis Scheer
I am having problems getting the September Visual Studio SDK IronPython sample to work. After building the sample project I run the project, I am able to create a new IronPython Class Library or windows application. As soon as I try to edit the class Visual Studio crashes out without throwi