File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -269,3 +269,20 @@ In this updated code:
269
269
The rest of the code remains the same. This should resolve the ImportError you encountered.
270
270
271
271
Please try running the updated code and let me know if you have any further issues.
272
+
273
+ ** Me
274
+
275
+ Yes, there are still issues:
276
+
277
+ #+BEGIN_SRC shell
278
+ (.venv) (base) zipfly:~/src/oss/rm-files main
279
+ rm-files $ python gen.py
280
+ Traceback (most recent call last):
281
+ File "/Users/jacob/src/oss/rm-files/gen.py", line 1, in <module>
282
+ from rmscene import Scene, Stroke, Pen
283
+ ImportError: cannot import name 'Scene' from 'rmscene' (/Users/jacob/src/oss/rm-files/.venv/lib/python3.12/site-packages/rmscene/__init__.py)
284
+ #+END_SRC
285
+
286
+ ** Claude
287
+
288
+ /(I press the wrong button in the UI and the session seems to be lost)/
You can’t perform that action at this time.
0 commit comments