gerf1 / pyafipws

Automatically exported from code.google.com/p/pyafipws
GNU General Public License v3.0
0 stars 0 forks source link

php in python #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. intentando compilar c:\python25\python.exe pyafipws.py --register
2.
3.

What is the expected output? What do you see instead?
C:\1>c:\python25\python.exe pyafipws.py --register
Traceback (most recent call last):
  File "pyafipws.py", line 21, in <module>
    import wsaa, wsfe, wsbfe
  File "C:\1\wsaa.py", line 25, in <module>
    from php import date, SimpleXMLElement, SoapClient, SoapFault, parse_proxy
ImportError: No module named php

What version of the product are you using? On what operating system?
la ultima bajada de la web, windows 7

Please provide any additional information below.

alguna respuesta ?, gracias.

Original issue reported on code.google.com by kelox...@gmail.com on 11 Jan 2010 at 10:03

GoogleCodeExporter commented 8 years ago
Aparentemente falta el archivo php.py en la versión que descargaste o esta mal 
configurado el PYTHONPATH.

Para solucionar el problema podes copiar el archivo php.py de algún zip o tgz 
que lo 
contenga (si me comentas que versión bajaste lo reviso más en detalle).

El archivo que falta en cuestión es:
http://code.google.com/p/pyafipws/source/browse/php.py

Original comment by reingart@gmail.com on 28 Jan 2010 at 3:55

GoogleCodeExporter commented 8 years ago

Original comment by reingart@gmail.com on 15 Feb 2010 at 4:22