Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Jeff Hardy
On Fri, May 9, 2014 at 2:54 PM, Doug Blank wrote: > Agreed. But maybe there is a way to still use the Mono.Data.Sqlite code > base? Perhaps add in more functionality (wouldn't be exposed by ADO), > accessible via a intermediate API. It seems a waste to have two low-level > interfaces to sqlite3...

Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Doug Blank
On Fri, May 9, 2014 at 8:59 AM, Jeff Hardy wrote: > On Fri, May 9, 2014 at 12:01 PM, Doug Blank wrote: > > On Fri, May 9, 2014 at 4:42 AM, Jeff Hardy wrote: > >> > >> On Thu, May 8, 2014 at 5:32 PM, Doug Blank > wrote: > >> > Just getting back to attempting to use sqlite3 on computers other th

Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Slide
Ah, I guess it would help if I actually went and looked at what was being used :-) On Fri, May 9, 2014 at 6:48 AM, Jeff Hardy wrote: > On Fri, May 9, 2014 at 2:41 PM, Slide wrote: > > Would it be useful to pick up something like this: > > https://code.google.com/p/csharp-sqlite/ ? > > That's w

Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Jeff Hardy
On Fri, May 9, 2014 at 2:41 PM, Slide wrote: > Would it be useful to pick up something like this: > https://code.google.com/p/csharp-sqlite/ ? That's what it already uses. :) It's no longer maintained, doesn't work on non-Windows platforms, and is perpetually behind the actual SQLite releases. It

Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Slide
Would it be useful to pick up something like this: https://code.google.com/p/csharp-sqlite/ ? On Fri, May 9, 2014 at 5:59 AM, Jeff Hardy wrote: > On Fri, May 9, 2014 at 12:01 PM, Doug Blank wrote: > > On Fri, May 9, 2014 at 4:42 AM, Jeff Hardy wrote: > >> > >> On Thu, May 8, 2014 at 5:32 PM,

Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Jeff Hardy
On Fri, May 9, 2014 at 12:01 PM, Doug Blank wrote: > On Fri, May 9, 2014 at 4:42 AM, Jeff Hardy wrote: >> >> On Thu, May 8, 2014 at 5:32 PM, Doug Blank wrote: >> > Just getting back to attempting to use sqlite3 on computers other than >> > Windows, and it looks like this C# library has other pro

Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Doug Blank
On Fri, May 9, 2014 at 4:42 AM, Jeff Hardy wrote: > On Thu, May 8, 2014 at 5:32 PM, Doug Blank wrote: > > Just getting back to attempting to use sqlite3 on computers other than > > Windows, and it looks like this C# library has other problems on other > OSes. > > > > The first issue is that it a

Re: [Ironpython-users] Code coverage for Ironpython scripts

2014-05-09 Thread Anand Kumar
Jeff, Thanks for quick responses. I tried that. i am still getting the below exception C:\Program Files (x86)\IronPython 2.7>ipy.exe -X:FullFrames MathUnitTest.py C:\Program Files (x86)\IronPython 2.7\lib\site-packages\coverage\__init__.py:1: DeprecationWarning: object.__new__() takes no paramete

Re: [Ironpython-users] Code coverage for Ironpython scripts

2014-05-09 Thread Jeff Hardy
I'm not sure how to do it from PTVS, but you'll need to add -X:FullFrames to the ipy.exe command line and try it again. - Jeff On Fri, May 9, 2014 at 9:53 AM, Anand Kumar wrote: > I am using PTVS along with Visual studio2010 to try coverage.py. I attached > the py files used to try. i got the be

Re: [Ironpython-users] Code coverage for Ironpython scripts

2014-05-09 Thread Anand Kumar
I am using PTVS along with Visual studio2010 to try coverage.py. I attached the py files used to try. i got the below exception when i run mathunittest.py file from VS2010. Please let me know what should i do to make it work. :1: DeprecationWarning: object.__new__() takes no parameters Traceback (m

Re: [Ironpython-users] Code coverage for Ironpython scripts

2014-05-09 Thread Jeff Hardy
On Fri, May 9, 2014 at 5:09 AM, Anand Kumar wrote: > Hi, > Is there any code coverage tool identified for Iron python? If so please let > me know the tool. If not, please let me know when it will be available. I don't know of any that explicitly support it. I'm not sure what would be needed to ma

Re: [Ironpython-users] IronPython SQLite interface

2014-05-09 Thread Jeff Hardy
On Thu, May 8, 2014 at 5:32 PM, Doug Blank wrote: > Just getting back to attempting to use sqlite3 on computers other than > Windows, and it looks like this C# library has other problems on other OSes. > > The first issue is that it appears that all activity must happen in the same > thread (conne

[Ironpython-users] Code coverage for Ironpython scripts

2014-05-09 Thread Anand Kumar
Hi, Is there any code coverage tool identified for Iron python? If so please let me know the tool. If not, please let me know when it will be available. Thanks and Regards, Anandkumar.P ___ Ironpython-users mailing list Ironpython-users@python.org https:

[Ironpython-users] IronPython, Daily Digest 5/8/2014

2014-05-09 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [Status update] Code coverage for Ironpython scripts 2. [New comment] Using str() on non-ASCII string throws Exception: Unable to translate bytes from specified code page to Unicode 3. [N