Hello Everybody,

I want to use Sage with PyCharm, but I got some problems. First of all:
I start sage-shell with:

```sh
sage -sh

(sage-sh) rdreimann@C3XZ562:~$ ./pycharm-community-2016.2.3/bin/pycharm.sh
```

Now my problem:
Most of my code works fine then, but when I do something like this

```python
Zx.<x> = ZZ[]
``` 

I got an error:

```
   Zx.<x> = ZZ[];
       ^
SyntaxError: invalid syntax
```

When I use a worksheet in my "normal" notbook() everything's fine...
Any ideas, how I can have all the sage features in my pycharm?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to