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 trial

Python Using Databases in Python Gettin' CRUD-y With It Add An Entry

Hamid Salehi
Hamid Salehi
5,721 Points

EOF command in Eclipse? ctrl+d does not seem to work

ctrl+d does not seem to work in Eclipse to close the data file from sys.stdin.read() . Have anyone encountered this problem, or has a workaround solution?

3 Answers

srav
PLUS
srav
Courses Plus Student 3,476 Points

ctrl +Z worked for me. I am using Atom IDE with Windows 10 OS

He's using Eclipse, but Atom

Hamid Salehi
Hamid Salehi
5,721 Points

None of these work! I did some research and it seems that this is a Eclipse bug.

Oh.

Try these other things:

  • Ctrl+C
  • Ctrl+Z
  • Ctrl+Q (I'm not sure about this one lol I just made it up)

Good luck! ~Alex