Skip to content

conversion type not yet supported: c #65

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

Closed
alanjds opened this issue Aug 21, 2018 · 1 comment
Closed

conversion type not yet supported: c #65

alanjds opened this issue Aug 21, 2018 · 1 comment
Labels
imported Imported from google/grumpy

Comments

@alanjds
Copy link

alanjds commented Aug 21, 2018

google#401 opened by @mewmew on Apr 19

Works:

import datetime
now = datetime.datetime.now()
now2 = datetime.datetime.now()
print now2-now

// Output: 0:00:00.000198

Does not work (contents of hello.py):

import datetime
now = datetime.datetime.now()
print now
[u@x220 grumpy]$ grumpc -modname=hello $GOPATH/src/__python__/hello.py >     $GOPATH/src/__python__/hello/module.go
[u@x220 grumpy]$ echo 'import hello' | grumprun
NotImplementedError: conversion type not yet supported: c
@alanjds alanjds added the imported Imported from google/grumpy label Aug 21, 2018
@andgrew
Copy link

andgrew commented Feb 13, 2019

It was fixed here #130

@andgrew andgrew closed this as completed Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported Imported from google/grumpy
Projects
None yet
Development

No branches or pull requests

2 participants