Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDavid Wright
4,437 Pointshow do I copy my workspace and error message into a question? Error i'm getting for: genfromtxt() unexp dtypes
how do I copy my workspace and error message into a question about an error i'm receiving on this workspace?
Error: genfromtxt() got an unexpected keyword argument 'dtypes'
1 Answer
Alexander Rodriguez, MD
6,642 PointsI'm not sure if this method will help you but on a Mac using Chrome, if I select text from the workspace and use the "copy" command from the keyboard, the content is not copied into my clipboard. But if I select the text with the mouse and use right-click in the workspace and select "copy" from the context menu, then the content is placed in the clipboard and I can paste into a text file or email or where ever I want. Not sure why this is the case, but it works for me.
I hope this helps you.
Chris Freeman
Treehouse Moderator 68,454 PointsChris Freeman
Treehouse Moderator 68,454 PointsOne method is to create a snapshot of your workspace using using the snapshot icon in the upper right of the workspaces window, then post the link to the snapshot in the forum post.
You can also try using Ctrl-C or Command-C, to copy the content.