Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

conversion type not yet supported: c #401

Open
mewmew opened this issue Apr 19, 2018 · 0 comments
Open

conversion type not yet supported: c #401

mewmew opened this issue Apr 19, 2018 · 0 comments

Comments

@mewmew
Copy link

mewmew commented Apr 19, 2018

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant