maunium / stickerpicker

A fast and simple Matrix sticker picker widget
GNU Affero General Public License v3.0
312 stars 592 forks source link

sticker-pack invalid syntax #61

Closed ghost closed 1 year ago

ghost commented 1 year ago

The same problem #27 occurs in sticker-pack

>>> sticker-pack kim

  File "<stdin>", line 1
    sticker-pack kim
                 ^^^
SyntaxError: invalid syntax

I did a successful packaging test two days ago, but I can't remember the user permission relationship used, the problem may be related to this

ghost commented 1 year ago

When I type sticker-pack I get

>>> sticker-pack
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'sticker' is not defined
tulir commented 1 year ago

sticker-pack is a shell command that runs a python script, not something to run inside python.