-
It would nice if there were a simple mechanism to write
documents to stdout instead of a file on the
filesystem.
Possible solutions:
--If the filename argument is None for writePDFfile or
writeEPSfile, write to sys.stdout.
--Have writePDFfile and writeEPSfile take a file
argument, which defaults to sys.stdout. This gives the
added flexibility of using any file handle.
--Create...
2006-01-31 03:24:23 UTC in PyX
-
When extra environment variables are specified in the
Environment tab on the Run or Debug windows, either to
be appended to the environment or to replace the
environment, the PYTHONPATH variable does not make it
into the environment when the project is run or
debugged.
This causes extra Project Source Folders and External
Source Folders to not be available to the program at...
2005-12-07 03:06:00 UTC in Pydev for Eclipse
-
After further examination, it looks like the problem occurs when extra environment variable are specified in the Environment tab on the Run window. When extra environment variables are specified to be appended to the path, the PYTHONPATH variable doesn't make it into the environment.
I'll submit this as a bug.
2005-12-07 02:57:42 UTC in Pydev for Eclipse
-
When I Run or Debug a project, folders in the Project Properties External Source Folders don't seem to make it onto sys.path.
In the Run window, if I use the "See resulting command-line for the given parameters" button, the External Folder appears in the "The PYTHONPATH that will be used is:" section, but printing sys.path shows that the folder didn't actually make it onto...
2005-12-07 01:56:21 UTC in Pydev for Eclipse
-
I have setup a MySQL database for my project and am
able to access it.
I'd like to allow certain operations from regular web users
using php-enabled web pages. For security purposes, I'd
like to restrict the privileges to (for instance) only allow
insert and read access. Since I'm only given one account
with full privileges, it looks like I can't do this. Is there
any way...
2003-05-10 03:43:51 UTC in SourceForge.net
-
pratt committed patchset 3 of module src to the MID(Disc)Golf CVS repository, changing 24 files.
2003-01-18 10:37:21 UTC in MID(Disc)Golf
-
pratt committed patchset 2 of module src to the MID(Disc)Golf CVS repository, changing 24 files.
2003-01-11 04:53:22 UTC in MID(Disc)Golf
-
pratt committed patchset 1 of module src to the MID(Disc)Golf CVS repository, changing 24 files.
2003-01-11 04:53:22 UTC in MID(Disc)Golf
-
When wrapLines is disabled, a NullPointerException is
encountered sometimes (seems to be at the beginning of multiline
comment blocks).
For instance, running on
java.util.zip.ZipEntry:
[ERROR]
C:\JDKs\jdk1.3.0_05_win32\src\java\util\zip\ZipEntry.java:0:Error
around
line 16
Error around line
16
java.lang.NullPointerException
at...
2002-04-18 04:18:51 UTC in Jalopy Java Source Code Formatter