Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error report #2

Open
huisky2000 opened this issue Aug 6, 2014 · 2 comments
Open

Error report #2

huisky2000 opened this issue Aug 6, 2014 · 2 comments

Comments

@huisky2000
Copy link

Is it due to 64 bit OS? after comment
com_null_date64 = datetime64("1899-12-30T00:00:00", "ns")
as
com_null_date64 = datetime64("1899-12-30T00:00:00")#, "ns")
it works.

see the error.txt below.

[Traceback]Traceback (most recent call last):
File "ulipad.py", line 85, in
import mixins
File "C:\Projectsbuffer\Temp\ulipad-master\mixins__init__.py", line 168, in
import Import
File "C:\Projectsbuffer\Temp\ulipad-master\mixins\Import.py", line 7737, in
from mixins import HtmlPage
File "C:\Projectsbuffer\Temp\ulipad-master\mixins\HtmlPage.py", line 33, in
import wx.lib.iewin as iewin
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\lib\iewin.py", line 15, in
import wx.lib.activex
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\lib\activex.py", line 36, in
import comtypes
File "C:\Python27\lib\site-packages\comtypes__init__.py", line 1171, in
class IPersist(IUnknown):
File "C:\Python27\lib\site-packages\comtypes__init__.py", line 1176, in IPersist
( ['out'], POINTER(GUID), 'pClassID' )),
File "C:\Python27\lib\site-packages\comtypes__init__.py", line 1093, in COMMETHOD
from comtypes.automation import VARIANT
File "C:\Python27\lib\site-packages\comtypes\automation.py", line 12, in
from comtypes import npsupport
File "C:\Python27\lib\site-packages\comtypes\npsupport.py", line 94, in
com_null_date64 = datetime64("1899-12-30T00:00:00", "ns")
TypeError: function takes at most 1 argument (2 given)

@limodou
Copy link
Owner

limodou commented Aug 6, 2014

You means it's a bug of comtypes?

@huisky2000
Copy link
Author

well, that is what i got.
you may test it.

On Wed, Aug 6, 2014 at 2:13 PM, limodou notifications@github.com wrote:

You means it's a bug of comtypes?

Reply to this email directly or view it on GitHub
#2 (comment).

ZL
Mob: 9866 2958
_ _
/ @|| | |\ | || | | | ¤ | | | |
/
@| | |_ | | | | / | ¤ | | _/

@@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants