You have been assigned a bug task for a public bug by tfr (Openerp) (tfr):

If you define a new extension for some format it doesn't work.

The bug shows up when calling subprocess.Popen() at line 160 in
printer.py

Now cmd is a string, and subprocess call is subprocess.Popen(cmd). In
Python documentation of subprocess, cmd must be a list when arguments
are passed to the executable.

It can be solved doing subprocess.Popen([cmd, filename])

** Affects: openobject-client
     Importance: Undecided
     Assignee: OpenERP sa GTK client R&D (openerp-dev-gtk)
         Status: New

-- 
print app to run with extension manager doesn't work
https://bugs.launchpad.net/bugs/376434
You received this bug notification because you are a member of OpenERP sa GTK 
client R&D, which is a bug assignee.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to