Git Product home page Git Product logo

timtools's People

Contributors

lsaffre avatar

Watchers

 avatar  avatar

timtools's Issues

funny effect during timtools.bat

Consider the two following two commands which should have the same effect:

(1) python -c "from timtools import runscript"
(2) python -m "timtools.runscript"

Funny: I didn't yet understand how it is possible that (2) works and (1) not. 

T:\data\luc\privat\tim\home\armand>python -m "timtools.runscript"
TimTools 0.6.43
Copyright (c) 2002-2009 Luc Saffre.
This software comes with ABSOLUTELY NO WARRANTY and is
distributed under the terms of the GNU General Public License.
See file COPYING.txt for more information.
usage: timtools SCRIPT [...]
where SCRIPT is one of: pds2pdf, prn2pdf, prnprint, pdfprint, sync, diag,
openmail, sendmail, openurl, runpy, maketn, jp
grename, runtests, contacts, ledger, sysinfo, countdown, pisa, pdfprint

T:\data\luc\privat\tim\home\armand>python -c "from timtools import runscript"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\drives\t\hgwork\timtools\src\timtools\runscript.py", line 35, in
<module>
    from timtools.tools.my_import import my_import
ImportError: No module named tools.my_import


Original issue reported on code.google.com by [email protected] on 6 Oct 2009 at 11:29

ImportError: No module named _fontdata_enc_winansi

The following traceback appears with prn2pdf version 1.0.3:

Traceback (most recent call last):
  File "prn2pdf.py", line 20, in <module>
  File "timtools\textprinter\pdfprn.pyo", line 24, in <module>
  File "reportlab\pdfgen\canvas.pyo", line 25, in <module>
  File "reportlab\pdfbase\pdfdoc.pyo", line 22, in <module>
  File "reportlab\pdfbase\pdfmetrics.pyo", line 23, in <module>
  File "reportlab\pdfbase\_fontdata.pyo", line 158, in <module>
ImportError: No module named _fontdata_enc_winansi

Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 1:02

Problems in 1.0.1

C:\tim>C:\tim\timtools.bat sendmail
Traceback (most recent call last):
  File "sendmail.py", line 36, in <module>
  File "timtools\console\__init__.pyo", line 20, in <module>
  File "timtools\console\application.pyo", line 29, in <module>
  File "timtools\console\task.pyo", line 24, in <module>
ImportError: cannot import name session

C:\tim>C:\tim\timtools.bat pds2pdf
Traceback (most recent call last):
  File "pds2pdf.py", line 25, in <module>
ImportError: No module named sdoc.pdf

Original issue reported on code.google.com by [email protected] on 27 Oct 2009 at 2:07

update file headers

source file headers still contain "Lino" and refer to GPLv2. Update this to
TimTools and the GPLv3 text. 
See http://www.fsf.org/licensing/licenses/gpl-howto.html for details.

Original issue reported on code.google.com by [email protected] on 3 Nov 2009 at 6:36

Font size "12.5cpi" not possible

Before TimTools 1.0.3 you get 
`ValueError: invalid literal for int() with base 10: '12.5'` when using
parse_c to ask for a non-integer cpi font size. Workaround in older
versions can be something like `\python self.setCpi(12.5)`.

Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 12:18

ImportError: DLL load failed

Traceback (most recent call last):
  File "prnprint.py", line 17, in <module>
  File "timtools\textprinter\winprn.pyo", line 24, in <module>
  File "win32ui.pyo", line 12, in <module>
  File "win32ui.pyo", line 10, in __load
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 10:38

pds2pdf problem with line breaks

Reportlab meanwhile has added support for wrapping paragraph text but
pds2pdf is not yet adapted to the new reportlab version. Previous versions
of pds2pdf recognized newlines as line breaks, now they are wrapped.

Original issue reported on code.google.com by [email protected] on 3 Nov 2009 at 7:15

pds2pdf missing

Oops, I removed pds2pdf.exe from CONSOLE_TARGETS for timtools-1.0.0.zip,
but one user still uses this. Released version 1.0.1 which includes it again.

Original issue reported on code.google.com by [email protected] on 26 Oct 2009 at 6:32

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.