Is there a way to execute pl/sql Script files through Python without sqlclient.
i have checked cx_oracle and i guess it requires oracle client, so is there a
way to execute without oracle client.
--
https://mail.python.org/mailman/listinfo/python-list
?
Hi - we're a few engineers (not marketers!) that work on Python Tools for
Visual Studio (http://pytools.codeplex.com). It's a free & OSS plug-in that
turns VS into a decent Python IDE. It has some nice features like mixed-mode
Python/C++ debugging, debugging on Linux from Visual Studio and
On Thu, Apr 24, 2014 at 9:38 PM, Ned Deily wrote:
> In article ,
> Gregory Ewing wrote:
> > My advice would be to steer clear of things like Fink and MacPorts
> > and do things the native MacOSX way wherever possible. That means
> > using a framework installation of Python and framework version
On Thursday, April 24, 2014 1:53:38 PM UTC+8, Gregory Ewing wrote:
> Alternatively you could create a .pyc file out of the code
> object and then use Easy Python Decompiler on that. The
> following snippet of code should do that:
>
> (Taken from:
>
> http://stackoverflow.com/questions/8627835/ge
In article ,
Gregory Ewing wrote:
> My advice would be to steer clear of things like Fink and MacPorts
> and do things the native MacOSX way wherever possible. That means
> using a framework installation of Python and framework versions of
> the various libraries that PyGame uses.
FYI, MacPorts
Terry Reedy wrote:
Idle depends on tkinter. Tkinter depends on having a tcl/tk that works,
at least for tkinter. The following page has essential info about
getting the right tcl/tk installed.
https://www.python.org/download/mac/tcltk
Also keep in mind that you don't *have* to use IDLE at all
rohit782...@gmail.com wrote:
On Saturday, June 8, 2013 9:37:44 PM UTC+5:30, Eam onn wrote:
Now I have a bigger problem: HOW THE HECK
DO I INSTALL PYGAME!?!?! System Details:
I've tried using MacPorts, Fink, the Mac DMG,
source installing, installing NumPY, just about every way possible.
My a
On Thu, 24 Apr 2014 15:15:09 -0400, Terry Reedy wrote:
> On 4/24/2014 11:32 AM, rohit782...@gmail.com wrote:
>
> When you post, please do more than just quote. If you are relaying a
> private email, please say so.
>
>> On Saturday, June 8, 2013 9:37:44 PM UTC+5:30, Eam onn wrote:
>
> I did not
On 4/24/2014 11:32 AM, rohit782...@gmail.com wrote:
When you post, please do more than just quote. If you are relaying a
private email, please say so.
On Saturday, June 8, 2013 9:37:44 PM UTC+5:30, Eam onn wrote:
I did not see the original post, if indeed there was a public one.
[snip pygame
> A reasonable compromise might be to keep the *data* assocated
>
> with a SubuserProgram in a class, maybe together with a few
>
> methods that are tightly coupled to it, but have the major
>
> pieces of functionality such as install() implemented by
>
> separate functions that operate *on* th
On Saturday, June 8, 2013 9:37:44 PM UTC+5:30, Eam onn wrote:
> Perhaps this isn't the right place to post this, but it's the only place I
> could find.
>
>
>
> I asked yesterday or the day before about Python Game Development, and have
> found a few tutorials on PyGame. Now I have a bigger pr
length power wrote:
> When cur.execute be used, i get right output.
>
> import sqlite3
> con=sqlite3.connect(":memory:")
> cur=con.cursor()
> sql1="attach database 'g:\\workspace\\data\\Cinfo.sqlite' as Cinfo;"
> sql2="select * from Cinfo.ipo;"
> cur.execute(sql1)
> cur.execute(sql2)
> con.commit
Hi,
Wingware has released version 5.0.6 of Wing IDE, our cross-platform
integrated
development environment for the Python programming language.
Wing IDE includes a professional quality code editor with vi, emacs,
visual studio,
and other key bindings, auto-completion, call tips, goto-definiti
[This announcement is in German since it targets a local user group
meeting in Düsseldorf, Germany]
ANKÜNDIGUNG
Python Meeting Düsseldorf
http://pyddf.de/
Ein Treffen v
On Thu, 24 Apr 2014 00:21:18 -0700, tim.thelion wrote:
>> [snip]
>>
>> Could you make the program name unique just by combining it with the
>>
>> repository name in a single string?
>
> In my case I cannot. But there is a larger reason why I wouldn't do
> this: It would mean adding a special
ANNOUNCING
eGenix.com mxODBC Connect
Python ODBC Database Interface
Version 2.0.5
mxODBC Connect is our commercially supported client-server product fo
On Thu, Apr 24, 2014 at 5:21 PM, wrote:
>> [snip]
>>
>> Could you make the program name unique just by combining it with the
>>
>> repository name in a single string?
>
> In my case I cannot. But there is a larger reason why I wouldn't do this:
> It would mean adding a special character that c
> I'm curious what these practical reasons are. One my smallest source files
> has 870 lines in it, my largest nearly 9000.
>
>
>
> If the problem is your editor, you should seriously consider switching.
>
I think that the main reasons for doing so are as follows:
git status provides much m
> [snip]
>
> Could you make the program name unique just by combining it with the
>
> repository name in a single string?
In my case I cannot. But there is a larger reason why I wouldn't do this: It
would mean adding a special character that could not be included in the
repository name, that
19 matches
Mail list logo