by: Raymond Hettinger |
last post by:
Comments are invited on the following proposed PEP.
Raymond Hettinger
-------------------------------------------------------
PEP: 329
|
by: Juan Stang |
last post by:
Hope someone can help ...
My Python sys.version prints out as follows:
'2.3.3 (#51, Dec 18 2003, 20:22:39) '
I'm also running Windows XP SP1 and I have installed PyGame 1.6,
wxWindows 2.5 and...
|
by: Storm |
last post by:
.... that I would like to use in a client/server application that would
:
1) detect reliably when connection is lost and try automatically to
reconnect to the server and the link is declared...
|
by: Eric DeWall |
last post by:
In trying to clean up the inevitable debug printing littered through some
code, I started reading up on the 'logging' module. Browsing groups
indicates that the design of the module is...
|
by: Felix Wiemann |
last post by:
Hi!
I want to create a module myproject.ui.curses, which needs to import the
curses library.
However, if I just write ``import curses``, the module imports *itself*
instead of the standard...
|
by: plb |
last post by:
All:
I am struggling with an import problem...
In my package, myapp, there is a module called logging. This module,
naturally, imports the standard library module logging. However, when
I...
|
by: Jonathon Blake |
last post by:
All:
I thought I had seen a python library/module that easily enabled one
to read / write / create MSAccess databases a couple of years ago.
Now, I can't find it, or any reference to such a...
|
by: Gary James |
last post by:
I'm making a C# library module that has methods & properties that I've
commented. I would like these comments to appear in the object browser when
the library is used by another .NET application....
|
by: Laurence Nuttall |
last post by:
I have a .net solution that is a class library.
I have a form in it called frmAbout
I have a public sub, or I assume what will be a method
to show the form. but when I type the frmabout name...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|