Skip to content

Commit 7b6d099

Browse files
committed
Sigh... there went the session
1 parent 21b1ead commit 7b6d099

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/claude-2.org

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,20 @@ In this updated code:
269269
The rest of the code remains the same. This should resolve the ImportError you encountered.
270270

271271
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)/

0 commit comments

Comments
 (0)